home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Misc / SciCalc1.1 / Source / DaWindow.h < prev    next >
Text File  |  1994-04-24  |  567b  |  18 lines

  1. /***(DaWindow.h)***************************************************************
  2. *H* Trap keyboard events falling through to main window        V0.0 22-JUN-91 *
  3. *C* V0.0 22-JUN-91 Intitial version                                           *
  4. ******************************************************************************/
  5.  
  6. #import <appkit/Window.h>
  7.  
  8. @interface DaWindow:Window
  9. {
  10. }
  11.  
  12. - (BOOL) acceptsFirstResponder;
  13. - initContent:(const NXRect*)contentRect style:(int)aStyle
  14.               backing:(int)bufferingType buttonMask:(int)mask defer:(BOOL)flag;
  15. - keyDown:(NXEvent *)event;
  16.  
  17. @end
  18.